home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Interactive Media Design Review 1999
/
Interactive Media Design Review 1999.iso
/
mac
/
allfiles
/
Centri
/
Centri.dir
/
00036_Script_SwitchSwap
< prev
next >
Wrap
Text File
|
1999-02-25
|
422b
|
18 lines
property switchSprite, switchWord
on mouseWithin me
set the memberNum of sprite 4 to switchSprite
end
on getPropertyDescriptionList
set p_list = [¼
switchSprite: [ #default:0, #format:#integer, #comment:"memberNum of Switch"],¼
switchWord: [ #default:0, #format:#integer, #comment:"memberNum of Word"]]
return p_list
end
on mouseEnter me
puppetSound 3, "click2"
end